{% extends 'base_dashboard.html' %} {% block title %}Center bookings — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Center bookings

Candidates scheduled for in-person certification exams

{% for app in applications %} {% empty %} {% endfor %}
Candidate Program Center Slot Status
{{ app.candidate.get_display_name }}
{{ app.candidate.email }}
{{ app.program.title }} {{ app.testing_center.name }} {{ app.schedule_slot.label }} {{ app.get_status_display }} Unlock code
No center bookings yet.
{% endblock %}